home *** CD-ROM | disk | FTP | other *** search
- object SplashForm: TSplashForm
- Left = 275
- Top = 272
- BorderStyle = bsNone
- Caption = 'SplashForm'
- ClientHeight = 302
- ClientWidth = 462
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 462
- Height = 302
- Align = alClient
- BevelOuter = bvNone
- Color = clBlack
- TabOrder = 0
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 462
- Height = 302
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Label1: TLabel
- Left = 4
- Top = 212
- Width = 241
- Height = 13
- Caption = 'This copy of Constructor 99 is licensed to:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Name: TLabel
- Left = 4
- Top = 228
- Width = 33
- Height = 13
- Caption = 'Name'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Company: TLabel
- Left = 4
- Top = 244
- Width = 52
- Height = 13
- Caption = 'Company'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object SerialNum: TLabel
- Left = 4
- Top = 260
- Width = 80
- Height = 13
- Caption = 'Serial Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label4: TLabel
- Left = 264
- Top = 260
- Width = 191
- Height = 13
- Caption = 'Copyright � 1998, 1999 Mark Carrington'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Image2: TImage
- Left = 179
- Top = 99
- Width = 105
- Height = 105
- end
- object Panel2: TPanel
- Left = 0
- Top = 281
- Width = 462
- Height = 21
- Align = alBottom
- BevelOuter = bvNone
- Caption = 'Panel2'
- Color = clGray
- TabOrder = 0
- object ProgressLabel: TLabel
- Left = 4
- Top = 4
- Width = 96
- Height = 13
- Alignment = taCenter
- Caption = 'Loading Settings'
- Color = clGray
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- end
- object Panel3: TPanel
- Left = 173
- Top = 4
- Width = 280
- Height = 13
- BevelOuter = bvNone
- Caption = 'Panel2'
- Color = clSilver
- TabOrder = 0
- object ProgressBar: TProgressBar
- Left = 0
- Top = 0
- Width = 280
- Height = 13
- Min = 0
- Max = 50
- Position = 50
- TabOrder = 0
- end
- end
- end
- end
- object Memo: TMemo
- Left = 112
- Top = 244
- Width = 86
- Height = 25
- Lines.Strings = (
- 'Memo')
- TabOrder = 1
- Visible = False
- WordWrap = False
- end
- end
-